From: Sam Steingold Date: Wed, 19 Jan 2011 15:55:47 +0000 (-0500) Subject: Fix an error introduced by the previous patch. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5142 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3304d8e93ea7b02b06014f415cd9ccce9f7cffc4;p=emacs.git Fix an error introduced by the previous patch. --- diff --git a/src/ChangeLog b/src/ChangeLog index 081283346f2..9bd57e1eece 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + * w32fns.c: Fix an error introduced by the previous patch. 2011-01-19 Tom Tromey diff --git a/src/w32fns.c b/src/w32fns.c index f70f4d6ace5..8508e3313aa 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -89,8 +89,6 @@ extern const char *const lispy_function_keys[]; static unsigned hourglass_timer = 0; static HWND hourglass_hwnd = NULL; -#if 0 #endif - #ifndef IDC_HAND #define IDC_HAND MAKEINTRESOURCE(32649) #endif